Search
Panel.setChildren Method
See Also
 






Sets the list of child components of this panel.

Namespace: com.mindfusion.charting.components
File: com.mindfusion.charting.components

 Syntax

Java  Copy Code

public void setChildren (
    ObservableList<Component> value
)

 Parameters

value

An ObservableList containing child components.

 See Also